home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / music / led2upd.zip / UPDATE.BAT < prev   
DOS Batch File  |  1993-04-02  |  760b  |  34 lines

  1. @echo off
  2.  
  3. if "%1" == "" goto :HELP
  4.  
  5. copy edmupd.fpx %1\aseasy\led\edmupd.exe > nul
  6. attrib -r %1\aseasy\led\led-edm.wks
  7. del %1\aseasy\led\led-edm.wks
  8. %1\aseasy\led\edmupd %1\aseasy\led
  9. attrib +r %1\aseasy\led\led-edm.wks
  10. del %1\aseasy\led\edmupd.exe
  11. echo.
  12. echo.
  13. echo      LED-EDM update complete!
  14. echo.
  15. goto :END
  16.  
  17. :HELP
  18. cls
  19. echo.
  20. echo      LOUDSPEAKER ENCLOSURE DESIGNER (LED) update for version 2.00.
  21. echo.
  22. echo.
  23. echo.
  24. echo      This utility will update the LED-EDM file for Loudspeaker Enclosure
  25. echo      Designer version 2.00.
  26. echo.
  27. echo      Usage:    UPDATE [drive]
  28. echo.
  29. echo      The drive specifier indicates the drive to which As Easy As and 
  30. echo      Loudspeaker Enclosure Designer have been installed.
  31. echo.
  32.  
  33. :END
  34.